[ Expand All ] [ Collapse All ] - [ Functions (45) ] [ Classes (1) ] - [ Legend ]

phpexplorator.class.php File

PE_load_config()

Classes located in phpexplorator.class.php
classphpexplorator
Functions located in phpexplorator.class.php
public method PE_action

PHPPE_action(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_action() usefull to manage all actions needed by the user

Arguments

public method PE_auth_basic

PHPPE_auth_basic(mixed $PHP_SELF)

PE_auth_basic() to send WWW-Authenticate Basic request to the browser

Arguments

public method PE_auth_form

PHPPE_auth_form(mixed $PHP_SELF, unknown $PE_config, unknown $PE_language)

PE_auth_form() send the login html form to the browser

Arguments

public method PE_command

PHPPE_command(mixed $arrayfile, mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_command() show forms of command

Arguments

public method PE_command_1

PHPPE_command_1(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_command_1() show forms of command 1 layer

Arguments

public method PE_command_2

PHPPE_command_2(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_command_2() show forms of command 2 layer

Arguments

public method PE_command_extend

PHPPE_command_extend(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_command_extend() show extend form for shell command

Arguments

public method PE_command_upload

PHPPE_command_upload(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_command_upload() show form for upload files

Arguments

public method PE_conv_group

PHPPE_conv_group(mixed $group)

PE_conv_group() Convert the int value of file group in better format

Arguments

public method PE_conv_owner

PHPPE_conv_owner(mixed $owner)

PE_conv_owner() Convert the int value of file owner in better format

Arguments

public method PE_conv_perm

PHPPE_conv_perm(unknown $perms)

PE_conv_perm() Convert the int value of file permission to format rwx-rwx-rwx

Arguments

public method PE_copy

PHPPE_copy(mixed $source, mixed $dest)

PE_copy() copy source file to destination

Arguments

public method PE_dir_copy

PHPPE_dir_copy(mixed $PE_config, mixed $source, mixed $dest)

PE_dir_copy() copy source folder to destination

Arguments

public method PE_dir_list

PHPPE_dir_list(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_dir_list() show all files and folders in the current directory

Arguments

public method PE_dir_move

PHPPE_dir_move(mixed $PE_config, mixed $source, mixed $dest)

PE_dir_move() move a folder

Arguments

public method PE_dir_remove

PHPPE_dir_remove(mixed $PE_config, mixed $source_dir)

PE_dir_remove() remove a folder

Arguments

public method PE_download_files

PHPPE_download_files(mixed $PE_config, mixed $PE_thevar, mixed $input_data, string $input_type, string $compress_methop)

PE_download_files() return the compress stream of all files and folders received in an array

Arguments

public method PE_export

PHPPE_export(mixed $stream_data, string $final_name, string $file_extention)

PE_export() receive a file stream contents and send it to the browser (download)

Arguments

public method PE_footer
public method PE_form

PHPPE_form(string $val_submit, string $val_type1, string $val_name1, string $val_value1, string $val_type2, string $val_name2, string $val_value2, string $val_type3, string $val_name3, string $val_value3)

PE_form() to create fastly a small html form

Arguments

public method PE_format_date_time

PHPPE_format_date_time(mixed $PE_config, mixed $date_time)

PE_format_date_time() Convert a timestamp to a date format (2006-11-05 10:20)

Arguments

public method PE_format_filesize

PHPPE_format_filesize(mixed $filesize)

PE_format_filesize() Convert the size from byte to (Byte Kb Mb Gb Tb)

Arguments

public method PE_get_var

PHPPE_get_var(mixed $PE_config)

PE_get_var() return a clean array of some post var

Arguments

public method PE_getdir_all

PHPPE_getdir_all(mixed $PE_config, mixed $array_path, string $only_property)

PE_getdir_all() receive an array of files and folders path and return recursively an array with all files and folders in these path structture

Arguments

public method PE_getpost

PHPPE_getpost(mixed $PE_var)

# # # ## # ## # # # ## ## ## # #

### # # ### # # # # # # ### # ### # # # # ### # # # # # # ### ##

# # # ## ## # # ## ## # ## #

PE_getpost() Take the name of an (input) and return the value of the http GET or POST var

Arguments

public method PE_head_dir

PHPPE_head_dir(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_head_dir() show folder information

Arguments

public method PE_header_body

PHPPE_header_body(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_header_body() send begin of body to the browser

Arguments

public method PE_header_extra

PHPPE_header_extra(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_header_extra() Manage sending some headers to the browser (download, zip, images, ..etc)

Arguments

public method PE_header_html_mce

PHPPE_header_html_mce(mixed $PE_config, mixed $PE_thevar, array $PE_language, string $PE_mce_conf)

PE_header_html_mce() send html headers to the browser

Arguments

public method PE_header_mce

PHPPE_header_mce(mixed $PE_config, string $PE_mce_conf)

PE_header_mce() send mce headers to the browser

Arguments

public method PE_icon_src

PHPPE_icon_src(unknown $PE_config, mixed $icon_src)

PE_icon_src() Receive a path to an image and return a href value usefull to call PE_img_by_text()

Arguments

public method PE_img_by_path

PHPPE_img_by_path(string $PE_imgpath)

PE_img_by_path() Receive a path to an image and send the image to the browser

Arguments

public method PE_img_by_text

PHPPE_img_by_text(string $PE_imgtext)

PE_img_by_text() Receive a string and send to the browser the corresponds image or an image of the string

Arguments

public method PE_is_include_dir

PHPPE_is_include_dir(string $the_file_value, string $the_pure_dir)

PE_is_include_dir() return true if the second dir is include in the firt dir

Arguments

public method PE_is_windows

PHPPE_is_windows()

PE_is_windows() return true if the os of the user agent is windows else return false

public method PE_load_config

PHPPE_load_config(string $conf_type)

Arguments

public method PE_load_lang

PHPPE_load_lang(array $PE_config)

PE_load_lang() laod the language array with the translate value

Arguments

public method PE_login

PHPPE_login(mixed $PE_config, array $PE_language)

PE_login() manage the login process

Arguments

public method PE_mime_type

PHPPE_mime_type(string $file_ext)

PE_mime_type() return the mine type of a file extension

Arguments

public method PE_path_separator

PHPPE_path_separator()

PE_path_separator() return (\ if windows) os (/ else)

public method PE_print_r

PHPPE_print_r(mixed $info)

PE_print_r() Print in good format an array

Arguments

public method PE_pure_uri

PHPPE_pure_uri(mixed $the_adress)

PE_pure_uri() Replace \\ with / and // with / in a string

Arguments

public method PE_shell

PHPPE_shell(mixed $PE_config, mixed $PE_thevar, array $PE_language)

PE_shell() show form for shell command

Arguments

public method PE_title

PHPPE_title(mixed $PE_config, array $PE_language)

PE_title() send title content af the page

Arguments

public method PE_zipfiles

PHPPE_zipfiles(mixed $array_files_dirs_to_zip, mixed $parent_dir_all_files, string $file_name_encoding)

PE_zipfiles()

Return a compressed zip data $array_files_dirs_to_zip is an array of absolute paths, see getdirectorycontent() $parent_dir_all_files is an absolute path of a folder which contains all files and folder to be zip $file_name_encoding is the encoding of filenames in the zip data

Arguments

Generated by PHPEdit - Copyright © 1999-2004 - Sébastien Hordeaux - WaterProof SARL